home *** CD-ROM | disk | FTP | other *** search
- object frmRestore: TfrmRestore
- Left = 125
- Top = 171
- AutoScroll = False
- Caption = 'Restore'
- ClientHeight = 330
- ClientWidth = 392
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- OldCreateOrder = False
- Position = poOwnerFormCenter
- OnCreate = FormCreate
- DesignSize = (
- 392
- 330)
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 8
- Width = 377
- Height = 33
- AutoSize = False
- Caption =
- 'Please select a backup which you want to restore and click '#39'Rest' +
- 'ore'#39' button.'
- Transparent = True
- WordWrap = True
- end
- object ListView1: TListView
- Left = 8
- Top = 32
- Width = 375
- Height = 260
- Anchors = [akLeft, akTop, akRight, akBottom]
- Columns = <
- item
- Caption = 'Creation Date'
- Width = 250
- end
- item
- AutoSize = True
- Caption = 'Size'
- end>
- HideSelection = False
- ReadOnly = True
- RowSelect = True
- TabOrder = 0
- ViewStyle = vsReport
- OnCompare = ListView1Compare
- end
- object btnrestore: TBitBtn
- Left = 221
- Top = 299
- Width = 75
- Height = 25
- Action = actrestore
- Anchors = [akRight, akBottom]
- Caption = 'Restore'
- Default = True
- TabOrder = 1
- end
- object btncancel: TBitBtn
- Left = 308
- Top = 299
- Width = 75
- Height = 25
- Anchors = [akRight, akBottom]
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 2
- end
- object btnDelete: TBitBtn
- Left = 7
- Top = 299
- Width = 75
- Height = 25
- Action = actremove
- Anchors = [akLeft, akBottom]
- Caption = 'Remove'
- TabOrder = 3
- end
- object btnview: TBitBtn
- Left = 135
- Top = 299
- Width = 75
- Height = 25
- Action = actview
- Anchors = [akRight, akBottom]
- Caption = 'View'
- TabOrder = 4
- end
- object IORegistry1: TIORegistry
- RegHeader = 'REGEDIT4'
- DataNameValueDelim = '='
- StringStartEndChar = '"'
- RootStart = '['
- RootEnd = ']'
- Filename = 'RegistryDump.reg'
- RootKey = rkHKEY_CURRENT_USER
- HexIntPrefix = 'dword:'
- BinaryPrefix = 'hex:'
- KeyLevelDelim = '\'
- IncludeSubKeys = True
- ExportDestination = eiFile
- ImportSource = eiFile
- RemovedPrefix = 'Removed : '
- AddedPrefix = 'Added : '
- Left = 128
- Top = 48
- end
- object ActionList1: TActionList
- Left = 168
- Top = 232
- object actremove: TAction
- Caption = 'Remove'
- OnExecute = actremoveExecute
- OnUpdate = actremoveUpdate
- end
- object actrestore: TAction
- Caption = 'Restore'
- OnExecute = actrestoreExecute
- OnUpdate = actrestoreUpdate
- end
- object actview: TAction
- Caption = 'View'
- OnExecute = actviewExecute
- OnUpdate = actviewUpdate
- end
- end
- end
-